projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9145db
)
Don't create C-x r and C-x n submaps here.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 24 Jul 1997 07:42:07 +0000
(07:42 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 24 Jul 1997 07:42:07 +0000
(07:42 +0000)
lisp/bindings.el
patch
|
blob
|
history
diff --git
a/lisp/bindings.el
b/lisp/bindings.el
index 1f9ab4b3999dda18eec92ad33305c1bdb323d593..f92534f340ada53f60172a4c937062106525f712 100644
(file)
--- a/
lisp/bindings.el
+++ b/
lisp/bindings.el
@@
-242,9
+242,6
@@
for \\[find-tag] (which see)."
(aset (nth 1 global-map) (make-char 'latin-iso8859-3) 'self-insert-command)
(aset (nth 1 global-map) (make-char 'latin-iso8859-4) 'self-insert-command)
-(define-key ctl-x-map "n" (make-sparse-keymap))
-(define-key ctl-x-map "r" (make-sparse-keymap))
-
(setq help-event-list '(help f1))
;These commands are defined in editfns.c